home *** CD-ROM | disk | FTP | other *** search
- const
- sc_DragMove = sc_Move + 1;
- sc_Left = 1;
- sc_Right = 2;
- sc_Top = 3;
- sc_Bottom = 6;
- sc_SizeKeys = sc_Size + 0;
- sc_SizeLeft = sc_Size + sc_Left;
- sc_SizeRight = sc_Size + sc_Right;
- sc_SizeTop = sc_Size + sc_Top;
- sc_SizeBottom = sc_Size + sc_Bottom;
- sc_SizeTopLeft = sc_SizeTop + sc_Left;
- sc_SizeTopRight = sc_SizeTop + sc_Right;
- sc_SizeBottomLeft = sc_SizeBottom + sc_Left;
- sc_SizeBottomRight = sc_SizeBottom + sc_Right;
-